home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000010_not-a-real-address@usa.net_Wed Oct 9 09:03:20 EDT 2002.msg < prev    next >
Text File  |  2003-04-08  |  2KB  |  33 lines

  1. Article: 13772 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!News.Math.NCTU.edu.tw!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news-feed.riddles.org.uk!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail
  3. From: those who know me have no need of my name <not-a-real-address@usa.net>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: YModem
  6. Date: 09 Oct 2002 03:44:20 GMT
  7. Organization: earthfriends
  8. Message-ID: <m1it0cr2hg.gnus@usa.net>
  9. References: <6dfb5332.0210051812.463a13dc@posting.google.com> <anpjau$2cp$1@watsol.cc.columbia.edu>
  10.  <6dfb5332.0210071453.495b2fbc@posting.google.com>
  11. User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management
  12.  (RC1), i686-redhat-linux)
  13. MIME-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. X-Complaints-To: abuse@supernews.com
  16. Lines: 14
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13772
  18.  
  19. in comp.protocols.kermit.misc i read:
  20.  
  21. >RFC 854 (Telnet Command Structure) spells out very clearly that Telnet
  22. >will 'double' the IAC (255 = 0xFF) byte when it is sent as data.  
  23.  
  24. telnet the application will do such `doubling', but that's because telnet
  25. the protocol has a special meaning for 0xff and telnet the application is
  26. implementing the protocol.  you need to do the same.  if you can afford the
  27. code space to use binary mode you should do so, as it does eliminate some
  28. headaches (the need to cope with nvt goes away).  i.e., implement at least
  29. the minimal protocol and if possible binary.
  30.  
  31. -- 
  32. bringing you boring signatures for 17 years
  33.